projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
407094f
)
(rx): Add def-edebug-spec.
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 1 Oct 2001 07:30:38 +0000
(07:30 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 1 Oct 2001 07:30:38 +0000
(07:30 +0000)
lisp/emacs-lisp/edebug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/edebug.el
b/lisp/emacs-lisp/edebug.el
index cdd27c483828bc10bfb03141580d1a12d93d2c60..d265c262b2fc1cebf53c31f1c3fc104eb7db38cb 100644
(file)
--- a/
lisp/emacs-lisp/edebug.el
+++ b/
lisp/emacs-lisp/edebug.el
@@
-2137,6
+2137,7
@@
expressions; a `progn' form will be returned enclosing these forms."
(def-edebug-spec with-custom-print body)
(def-edebug-spec sregexq (&rest sexp))
+(def-edebug-spec rx (&rest sexp))
;;; The debugger itself